home *** CD-ROM | disk | FTP | other *** search
- Path: news.sara.nl!news
- From: Paul Langemeijer <lmeijer@phys.uva.nl>
- Newsgroups: comp.lang.c++
- Subject: Large 1 dim array in c++, please give me a hint!
- Date: 25 Jan 1996 16:23:07 GMT
- Organization: Academic Computer Services Amsterdam (SARA)
- Message-ID: <4e8apb$ik5@mira.sara.nl>
- References: <4e4ssa$n9t@mira.sara.nl>
- NNTP-Posting-Host: pc-ka159.phys.uva.nl
-
-
- Hello,
-
- I am working on a simulation program that generates a lot of
- (complex) numbers which I would like to store in a large array, to
- make a FFT lateron.
- The calloc function will not allow me enough memory to store my
- approximately 1Mb of data, though there is enough internal memory
- on my PC. How can I fix this? I am using Borland C++ under DOS.
- Please give me a hint!
-
- Regards, Frederik de Jong
-
- Email:
- fbdejong@nucleus.phys.uva.nl
-
-